home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / DOSGAMES / BOGGLE.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-03-23  |  3.4 KB  |  89 lines

  1. Overview
  2. --------
  3. The Boggle computer game is based on the board game of the same name.  The 
  4. game consists of a game board,  16 dice, and a timer.  The object of the 
  5. game is to roll the dice and create as many words as possible using the 
  6. letters that show up on the die face. The words have to be at least three 
  7. letters in length and the letters that you choose have to be adjacent to each 
  8. other.
  9.  
  10. The computer game has a built in dictionary with 29956 words 
  11. in it.  After the game has ended,  you may choose options/Find 
  12. all and the computer will list every word that it found based
  13. on this dictionary.  The words that you found are hilighted in 
  14. the word list list box as well.
  15.  
  16. Sound is provided via the OS/2 multimedia classes.  You will 
  17. notice that different sounds are played when correct words are moved 
  18. to the word list,  words greater than four characters in length 
  19. are formed,  incorrect words are formed,  and when the timer 
  20. increments itself during game play.
  21.  
  22. My kids enjoy the game and actually learn how to spell and form
  23. new words in the process.  It is released as shareware and I hope
  24. you will enjoy it.
  25.  
  26. This game was developed using OS/2 Visual C++ compiler and the OpenClass 
  27. class libraries.  
  28.  
  29.  
  30. Starting the game
  31. ------------------
  32. 1. Unzip the file called BOGGLE.ZIP into the directory of your choice.  This 
  33. will create the necessary game files and a file called SOURCE.ZIP.  This file 
  34. contains the source code needed to compile the game.
  35.  
  36. 2. To begin the game,  type "boggle" at the command prompt.  When the game 
  37. begins,  click on file/new to start a new game.  If sound is not desired or 
  38. you wish to change the timer length,  choose options/settings first.
  39.  
  40.  
  41.  
  42. Playing the game 
  43. ------------------
  44. 1. Click on a letter with the left mouse button and the letter will be 
  45. hilighted and copied to the word in progress edit field.  Click on adjacent 
  46. letters to form words in the word in progress edit field.  When a completed 
  47. word is  formed,  click with the right mouse button.  The word will be 
  48. validated against the dictionary and the scoring will be determined.  If the 
  49. word was valid,  it will be moved to the word list box on the right hand side 
  50. of the screen.
  51.  
  52.  
  53. You can also hold down the left mouse button and form words by dragging the 
  54. mouse over the desired letters.  If the word you form is not valid,  you can 
  55. clear it and start again by right clicking on any of the letters.  For more 
  56. details,  refer to the on-line help.
  57.  
  58.  
  59. Note
  60. ------
  61. The system sounds might be disabled if you are currently running any 
  62. DOS/Windows applications.  I found that on my machine if I simply closed the 
  63. DOS-based application,  the sound worked just fine.
  64.  
  65.  
  66. Compiling the Source Code 
  67. ------------------------- 
  68. The reason for submitting the source code was to 
  69. provide more examples of using the IBM Class libraries for real-world 
  70. applications.  I hope you find some useful examples of how to use the class 
  71. libraries.  Maybe this will help spur other application development.
  72.  
  73. To compile the source,  unzip the SOURCE.ZIP file into the desired 
  74. subdirectory and type "nmake /f boggle.mak" at the command prompt.
  75.  
  76.  
  77. Registration
  78. ------------
  79. This product is released as Shareware.  If you like the product,  please 
  80. register with the author by sending $5.00 to:
  81.  
  82. David Boudah
  83. 180 Cottage Road
  84. Enfield, CT 06082
  85. Compuserve ID -73163,3657
  86. InterNet - dboudah@ibm.net
  87.  
  88.  
  89.